-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(*): support react 19 #1389
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
People can be co-author:
|
🦋 Changeset detectedLatest commit: 13856fe The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
58d0c49
to
326c307
Compare
Size Change: -6 B (-0.01%) Total Size: 69 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1389 +/- ##
==========================================
- Coverage 75.63% 73.93% -1.70%
==========================================
Files 70 70
Lines 591 587 -4
Branches 129 129
==========================================
- Hits 447 434 -13
- Misses 132 141 +9
Partials 12 12
|
@@ -19,7 +19,7 @@ describe('cli', () => { | |||
expect(result).toContain('Usage: @suspensive/react-query [options] [command]') | |||
}) | |||
|
|||
it('should display the status of the packages', () => { | |||
it.todo('should display the status of the packages', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gwansikk Could you remove todo after resolving error please?
@@ -61,7 +61,7 @@ describe('package', () => { | |||
}) | |||
|
|||
describe('getTargetSuspensiveReactQueryAPIs', () => { | |||
it('should get the target @suspensive/react-query version 4 APIs', () => { | |||
it.todo('should get the target @suspensive/react-query version 4 APIs', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gwansikk Could you remove todo after resolving error please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool 😎 I will work on resolving the react-query test error as quickly as possible.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 - Updated dependencies \[[`d381f94`](d381f94)]: - @suspensive/[email protected] - @suspensive/[email protected] - @suspensive/[email protected] ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 - Updated dependencies \[[`d381f94`](d381f94)]: - @suspensive/[email protected] ## @suspensive/[email protected] ### Patch Changes - [#1389](#1389) [`d381f94`](d381f94) Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): support react 19 - Updated dependencies \[[`d381f94`](d381f94)]: - @suspensive/[email protected]
close #929
Overview
PR Checklist